home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4639 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  819 b 

  1. Path: news.uni-jena.de!news
  2. From: mkt@isun04.inf.uni-jena.de (Tilo Koerbs)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: need small simple matrix library
  5. Date: 31 Jan 1996 13:20:06 GMT
  6. Organization: Lehrstuhl fuer Rechnerarchitektur- und kommunikation, FSU Jena
  7. Message-ID: <4enqa6$qlr@fsuj01.rz.uni-jena.de>
  8. References: <4eg5p6$p59@gosset.maths.tcd.ie>
  9. Reply-To: mkt@isun04.inf.uni-jena.de
  10. NNTP-Posting-Host: isun07.inf.uni-jena.de
  11.  
  12. What kind of matrix library are you looking for?
  13. - Do you need a template class for mathematical matrices
  14.     (float, double, int, ..)? Or is a static one with,
  15.     say, double enough?
  16. - What operations does your matrix need?
  17.     (multiplication with matrix/vector, input/output to streams, ...)
  18. Why don't you write a matrix-class by your own?
  19. You will probably never find the right thing for you!
  20.  
  21.  
  22.  
  23.